public void setLength( long value ) |
Parameters
- value
- The desired length of the current stream in bytes.
public void setLength( long value ) |
| Exception | Description |
|---|---|
| com.o2sol.pdf4java.core.exceptions.PDFIOException | If the stream is closed. |
| java.lang.IllegalArgumentException | If value is negative. |